From: Bernd Zeimetz Date: Tue, 22 Jun 2010 22:15:22 +0000 (+0200) Subject: Removing limited_pointer_type_comparison_fixes patch, applied upstream. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~175 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=01923dca427b94943c86fe33f95cdf9b88348c08;p=gpsbabel.git Removing limited_pointer_type_comparison_fixes patch, applied upstream. --- diff --git a/debian/patches/limited_pointer_type_comparison_fixes b/debian/patches/limited_pointer_type_comparison_fixes deleted file mode 100644 index c598f0662..000000000 --- a/debian/patches/limited_pointer_type_comparison_fixes +++ /dev/null @@ -1,32 +0,0 @@ ---- a/osm.c -+++ b/osm.c -@@ -537,7 +537,7 @@ osm_node_tag(const char *args, const cha - const char **avp = &attrv[0]; - const char *key = "", *value = ""; - char *str; -- char ikey; -+ signed char ikey; - - while (*avp) { - if (strcmp(avp[0], "k") == 0) ---- a/cetus.c -+++ b/cetus.c -@@ -121,12 +121,12 @@ typedef struct cetus_track_head_s - - typedef struct cetus_track_point_s - { -- char hour; -- char min; -- char sec; -- char dsec; -- char sat; -- char hdop; -+ signed char hour; -+ signed char min; -+ signed char sec; -+ signed char dsec; -+ signed char sat; -+ signed char hdop; - pdb_32 latitude; - pdb_32 longitude; - short speed; diff --git a/debian/patches/series b/debian/patches/series index 3c3cf53ee..2f264db69 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ -limited_pointer_type_comparison_fixes htmldoc-location gpsbabelfe-name